home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / sheriff_tripeaks.swf / scripts / DefineButton2_349 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  196 b   |  5 lines

  1. on(press){
  2.    var hashkey = _root.hex_md5("gameid=954&hiscore=" + _root.total_score + "2DPlay.com/");
  3.    getURL(String(_root.scores_link + _root.total_score + "&hash=" + hashkey),"_blank");
  4. }
  5.